Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend Folder Restructure #35

Merged
merged 4 commits into from
Jan 25, 2024
Merged

Backend Folder Restructure #35

merged 4 commits into from
Jan 25, 2024

Conversation

dOrgJelli
Copy link
Contributor

I wanted to make the folder structure more consistent and organized so it was easier to find & place things. Here's the before / after.
After:

api/
----api-routes
db/
----tables/
lib/
----gitcoin/
----|----functions.py
----|----models.py
----strategy/
----|----functions/
----|----models/
workflows/
----create_strategy/
----|----events/
----|----functions/
----index_gitcoin/
----|----events/
----|----functions/

Before:

agents/
----researcher/
----|----functions/
----|----models/
api/
----api-routes
db/
----tables/
----operations.py (gitcoin)
gitcoin/
----events/
----|----workflow-events
----functions/
----|----workflow-functions
----models.py
----scrapers.py
workers/
----events/
----|----workflow-events
----functions/
----|----workflow-functions

@dOrgJelli dOrgJelli requested a review from nerfZael January 25, 2024 12:29
@dOrgJelli dOrgJelli merged commit b9edf0a into dev Jan 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants